@CHARSET "UTF-8";

input::-webkit-input-placeholder { /* WebKit browsers */ 
color: #a6aebf; 
} 
textarea::-webkit-input-placeholder { /* WebKit browsers */ 
color: #a6aebf; 
} 
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #a6aebf; 
} 
input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #a6aebf;  
} 
input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #a6aebf; 
}
.text-center {
	text-align: center;
}
.header {
	padding: 5px 0;
	border-bottom: solid #e5e5e5 1px;
	box-shadow: 0 3px 4px rgba(0,0,0,0.05);
	background: #fff;
}
.header-logo {
	height: 50px;
    padding: 5px 0;
}
.header-logo img{
	max-height: 100%;
}
.header .layui-nav {
	padding: 0;
	background: none;
}
.header .layui-nav .layui-nav-item a {
	color: #333;
}
.header .layui-nav .layui-nav-item a:hover, .header .layui-nav .layui-this a {
	color: #009688;
}
.register {
	padding-left: 50px;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
	height: 3px;
}
.clear{ clear:both; font-size:0; line-height:0;}
/* end 通用头部 */

/* 首页 begin */

.swiper-container{ width:100%; position:relative; overflow:hidden;zoom:1;}
.swiper-wrapper{width:100%; position:relative;z-index:88;}
.swiper-slide{ background-position: center top; background-repeat:no-repeat;}
.swiper-slide-img{ display:none; width:100%; vertical-align:top;}
.swiper-pagination{ z-index:99; height:10px; text-align:center;}
.swiper-container-horizontal > .swiper-pagination-bullets{ width:100%; bottom:30px;  left:0;}
.swiper-pagination-bullet{border:none; background:none;vertical-align:top;width:20px; height:20px; background:#fff; opacity:1;}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{ margin:0 8px;}
.swiper-pagination-bullet-active{background:#009688; opacity:1; display:none;}
.swiper-button-next, .swiper-button-prev{  width:20px; height:60px; z-index:99; margin-top:-30px;}
.swiper-button-prev{ left:0; }
.swiper-button-next{ right:0;}
#swiper1{ height:600px;background-position: center top; background-repeat:no-repeat;}
.b_img{ display:none; width:100%;}

.banner{
	text-align: center;
}
.banner img {
	max-width: 100%;
	background: #eee;
}
.advantage { 
	
}
.advantage h3, .index-muban h3, .service h3{
	padding: 60px 0;
	color: #333;
	font-size: 32px;
	text-align: center;
}
.advantage h4, .index-muban h4, .service h4{
	padding: 20px 0;
	color: #333;
	font-size: 14px;
	text-align: center;
}
.advantage-img {
	text-align: center;
	padding: 10px 0 10px;
}
.advantage-img img {
	max-width: 100%;
	position: relative;
	bottom: 0;
	left: 0;
	transition: all 0.4s ease;
}
.advantage-img img:hover {
	bottom: 8px;
}
.advantage-desc {
	text-align: center;
	padding: 10px 10px;
}
.advantage-desc h4{
	padding: 10px 0;
	font-size: 18px;
}
.advantage-desc p{
	line-height: 25px;
	font-size: 14px;
	color: #777;
}
.bottom-btn {
	width: 160px;
	margin: auto;
	padding: 50px 0;
	text-align: center;
	position: relative;
}
.bottom-btn a:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 100px;
    top: 0;
    left: -50px;
    z-index: 100;
    overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, righttop, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
	animation: draw 3s linear infinite; 
}
@keyframes draw {0 {} 50% {left: 150px;} 100% {left: 150px;}}
.index-muban {
	background: #f5f5f5;
}
.index-muban .muban-item {
	padding: 10px;
	background: #fff;
	border: 15px solid #f5f5f5;
	position: relative;
}

.index-muban .muban-item img {
	width: 235px;
    height: 235px;
	transition: all .5s;
}
.pre-cover {
	display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.5s;
    opacity: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
	text-align: center;
	cursor: pointer;
}
.index-muban .muban-item:hover .pre-cover{
	opacity: 1;
}

.service {
	text-align: center;
}
.service-img {
	display: inline-block;
    padding: 50px;
    text-align: center;
    background: #2196F3;
	background: linear-gradient(100deg,#06e5f8,#2196F3);
    position: relative;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    transition: all 0.4s ease;
}
.service-img:hover {
	bottom: 8px;
}
.service-img p{
	width: 70px;
	height: 72px;
}
.service .sp1 p{
	background: url("../images/icon.png") no-repeat 0 -47px;
}
.service .sp2 p{
	background: url("../images/icon.png")  no-repeat -103px -47px;
}
.service .sp3 p{
	background: url("../images/icon.png")  no-repeat -210px -47px;
}
.service .sp4 p{
	background: url("../images/icon.png")  no-repeat -310px -47px;
}
.service-desc {
	text-align: center;
	padding: 10px 10px;
}
.service-desc h4{
	padding: 10px 0;
	font-size: 18px;
}
.common {
	/* background: #f5f5f5; */
    padding: 30px 0;
}
.common-box {
	padding: 15px 15px;
}
.common-title {
    padding: 10px 10px;
    font-weight: bold;
	font-size: 16px;
}
.common-list {
	padding: 10px 0 10px;
	max-height: 320px;
    overflow: hidden;
}
.common-list li{
	height: 18px;
	line-height: 18px;
	margin: 6px 0;
    padding: 0 15px;
    background: url(../images/a1.gif) 5px 7px no-repeat;
	overflow: hidden;
}
.common-list li a {
}

/* 底部 */
.footer {
	padding: 30px 0 40px;
	background: #212121;
	text-align: center;
	color: #999;
}
.footer-ul {
	display: inline-block;
	padding: 10px;
	overflow: hidden;
}
.footer-ul li{
	float: left;
	padding: 5px 8px;
}
.footer a{
	margin-right: 5px;
	color: #999;
}

.footer a:hover{
	color: #ccc;
}
.footer p{
	line-height: 2em;
}

.footer p{
	line-height: 2em;
}

/* 模板页 */
.muban {
	padding: 20px 0 40px;
	background: #f5f5f5;
}
.muban h3 {
	padding: 20px 0;
	text-align: center;
	font-size: 25px;
	color: #364558;
}
.muban .muban-item {
	padding: 10px;
	background: #fff;
	border: 20px solid #f5f5f5;
	position: relative;
}

.muban .muban-item img {
	width: 320px;
    height: 320px;
	transition: all .5s;
}
.pre-cover p{
	padding: 0 0 15px;
}
.muban .muban-item:hover .pre-cover{
	opacity: 1;
}
.muban-item:hover img{
	transform: scale(1.05);
    -ms-transform:scale(1.05);     /* IE 9 */
    -moz-transform:scale(1.05);     /* Firefox */
    -webkit-transform:scale(1.05); /* Safari 和 Chrome */
    -o-transform:scale(1.05);
}

/* 服务页 */
.fuwu {
	padding: 20px 0 40px;
	background: #f5f5f5;
}
.member-service {
	 text-align: center;
}
.member-service h3{
	padding: 50px 0 30px;
    font-size: 25px;
    color: #364558;
}
.member-service p {
    line-height: 45px;
    color: #333;
    padding: 0 0 20px;
    font-size: 16px;
}
.member-service img {
   max-width: 100%;
}
.limit-list, .service-list {
	background: #fff;
	border: 5px solid #f5f5f5;
}
.limit-list .list-header, .service-list .list-header {
	padding: 20px 20px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 5px 5px 0 0;
}
.limit-list .list-header {
	background: #9cb2d3;
}
.service-list .list-header {
	background: #FFC107;
}
.limit-list .list-body, .service-list .list-body{
	padding: 10px 0;
}
.limit-list .list-body p, .service-list .list-body p{
	position: relative;
	padding: 15px 35px;
	color: #666;
}
.limit-list .list-body p:before, .service-list .list-body p:before{
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: auto;
	background: #333;
	position: absolute;
	top: 0;
	left: 20px;
	bottom: 0;
	border-radius: 50%;
}
.vsarrow {
	width: 68px;
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 20px;
    margin: 84px auto;
    background: url(../images/icon.png) no-repeat 0 -130px;
    color: #f4ea2a;
    font-weight: bold;
}

/* 企业 */
.company-item{
    margin: 0 0 20px;
    padding: 20px 20px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.03);
}
.company-left h4 a{
	display: block;
	padding: 0 0 15px;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-left h4 a:hover,.company-left h4 a:hover {
	color: #4CAF50;
}
.company-left p{
	padding: 0 0 3px 0;
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.company-left p .phone{
	display: inline-block; padding-right:10px;
	width0: 170px;
}
.company-right {
	
}
.company-right .img-cont{
	height: 110px;
}
.company-right .img-cont a{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: all 0.2s ease;
	box-shadow: 0 0px 10px 1px #eee;
	border-radius: 3px;
}
.company-right .img-cont a:hover{
	margin: 3px 0 0;
	opacity: 0.8; 
}

/* 新闻 */
.column {
    margin-bottom: 10px;
	padding: 10px;
    background: #009688;
    border-radius: 3px;
}

.column a{
	display: inline-block;
    padding: 5px 10px;
    color: #fff;
    border-radius: 30px;
}
.column a:hover{
	background: #28887f;
	color: #fff;
}
.column a.active{
	/* color: #97fdf3; */
	background: #28887f;
}
.bread-nav {
	padding: 15px 15px 10px;
	color: #999;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bread-nav a {
	color: #999;
}
.news {
	padding: 0 15px;
}
.news-item {
	display: flex;
	justify-content: space-between;
    margin: 0 0 20px;
    padding: 20px 20px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.03);
	word-wrap:break-word; word-break:break-all; /* 解决页面英文和数字过长不自动换行 */
}
.news-left {
	padding: 0 10px 0 0;
}
.news-left h4 a{
	line-height: 1.5em;
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 18px;
	color: #333;
	transition: 0.3s all ease;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-left p{
	height: 48px;
	line-height: 1.5rem;
    margin: 0 0 5px 0;
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	word-wrap:break-word; 
	word-break:break-all;
    overflow: hidden;
}
.news-left .news-info {
	margin: 5px 0 0;
	color: #b2b2b2;
}
.news-left .news-info span{
	vertical-align: middle;
    margin-right: 20px;
}
.news-right{
    display: flex;
    align-items: center;
}
.news-right img{
	display: block;
	width: 150px;
	height: 100px;
	border-radius: 3px;
	transition: 0.3s all ease;
	box-shadow: 0 0 1px 0px rgba(0,0,0,.2);
}
/* img的src为空时 */
img[src=""],img:not([src]){
	background: url('../images/loading.gif') no-repeat center;
    background-size: 30px 30px;
}
.news-right img:hover{
	transform: scale(1.02);
}
.gray-body {
	padding: 0 0 20px 0;
	background: #f5f5f5;
}
.detail-left {
	padding: 5px 30px;
	background: #fff;
	border-radius: 3px;
    box-shadow: 0 1px 3px rgba(26,26,26,.1);
}
.detail-right {
	margin: 0 0 10px 0;
	padding: 15px 15px 0;
	background: #fff;
	border-radius: 4px;
    box-shadow: 0 1px 3px rgba(26,26,26,.1);
}
.news-content {
	padding: 0;
	font-size: 16px;
	color: #333;
	word-wrap:break-word; word-break:break-all; /* 解决页面英文和数字过长不自动换行 */
}
.news-content h1{
    padding: 20px 0;
	font-weight: 600;
	font-size: 28px;
	color: #333;
}
.detail-info {
	padding-bottom: 20px;
	color: #999;
	font-size: 14px;
}
.news-content p{
	line-height: 1.8em;
	margin: 20px 0 !important;
	word-wrap: break-word;
	max-width: 100%;
    overflow: hidden;
}
.news-content img{
	max-width: 100% !important;
	background: #f5f5f5; 
}
.detail-bottom {
	padding: 20px 0;
	color: #666;
}
.detail-bottom div {
	padding: 5px 0;
}
.detail-bottom a{
	color: #666;
}
.detail-right h3 {
    line-height: 18px;
	margin: 0 0 15px 0;
    padding: 0 0 0 5px;
	font-size: 18px;
    border-left: 3px solid #5fb878;
}
.recommend-list li{
	padding: 5px 0 7px;
}
.recommend-list li:last-child{
	border: 0;
}
.recommend-list li>div{
	margin: 0 0 5px;
}
.recommend-list-info {
	color: #b2b2b2;
	font-size: 12px;
}


/* 页码 */
.page {
	padding: 20px 0 20px;
	text-align: center;
}
.page li {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: 5px -1px 5px 0px;
    background: #fff;
	border: 1px solid #f5f5f5;
}
.page li.active {
	background: #009688;
	color: #fff; 
	border: 1px solid #009688;
}
.page li a, .page li span {
	display: block;
	padding: 0 15px;
	text-align: center;
}
.page li a:hover {
	color: #009688;
	background: #fff;
}

/* 帮助中心 */
.help-menu, .help-body {
	background: #fff;
}
.help-menu {
	margin: 0 10px;
	padding: 20px 20px;
}
.help-menu li{
	
}
.help-menu li a{
	display: block;
	margin: 5px 0;
	padding: 10px 20px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.help-menu li a:hover {
    color: #009688;
}
.help-menu .active {
	background: #009688;
    color: #fff !important;
}
.help-body {
	padding: 15px 30px 25px;
	word-wrap:break-word; word-break:break-all; /* 解决页面英文和数字过长不自动换行 */
}
.help-body-bar {
	margin: 0 0 20px;
	padding: 10px 0 20px;
	font-size: 16px;
	border-bottom: 1px dashed #ddd;
}
.help-body p {
	line-height: 2em;
	margin-bottom: 10px;
	color: #555;
	font-size: 15px;
}
.help-body img{
	max-width: 100%;
}
.help-body a {
	color: #01aaed0 !important;
}
.tips{ color:#E94545;}



/* 注册页面 begin */
.reg-top {
	line-height: 60px;
	text-align: right;
	color: #798c8a;
	font-size: 16px;
}
.reg-top .layui-icon{
	color: #009688;
    font-size: 24px;
    vertical-align: middle;
}
.reg-text {
	padding: 20px 0 20px;
	text-align: center;
	font-size: 14px;
	color: #b0b9b8;
}
.reg-text span {
	font-size: 20px;
	margin-right: 20px;
}

.reg-container {
	margin: 0 -15px 20px;
	border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 9px 0 rgba(92,128,255,0.17);
}
.reg-container:BEFORE {
	display: block;
	content: '';
	height: 5px;
	background: linear-gradient(to right, #b6e4c3, #009688);
}

.reg-agree *{
	font-size: 12px;
	color: #666;
}
.has-account {
	padding: 15px 0 0;
	color: #999;
}
.has-account a{
	color: #1e9fff;
	text-decoration: underline;
}
.red-star:BEFORE {
	display: inline;
	content: '* ';
	color: red;
}

.code-tips {
	display: none;
	font-size: 12px;
}
.code-tips i {
	color: #5fb878;
}
/* 注册页面 end */

/* 登录页面 begin */
.login-container {
	padding-top: 80px;
}
.login-left {
	width: 630px;
	height: 425px;
	background: url("../images/login-left.png") no-repeat;
	background-size: 100% 100%;
}
.login-right {
	width: 330px;
	background: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.08);
}
.login-cont {
	padding: 20px 30px 10px;
}

.login-cont .layui-input-block {
	margin: 0;
}
.login-cont .layui-input {
	padding-left: 50px;
}
.login-cont .layui-tab-content {
    padding: 20px 0 0;
}
.login-cont .layui-input-block>i {
    position: absolute;
    top: 8px;
    left: 15px;
	color: #c9c9c9;
    font-size: 20px;
}
.login-cont .layui-input-block>img {
    position: absolute;
    top: 8px;
    right: 10px;
}
.login-cont .layui-form-checkbox[lay-skin=primary] span {
	overflow: inherit;
}
.login-cont .layui-form-checkbox[lay-skin=primary] a {
	position: relative;
    right: -102px;
}
.login-cont .show-pw {
	display: inline-block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 8px;
	right: 10px;
	background: url("../images/icon.png") no-repeat -31px 0;
	cursor: pointer;
}

.login-cont .hide-pw { 
	background-position: 0 0;
}

.login-other {
	padding: 18px 30px;
    background: #fafbfc;
    border-top: 1px solid #f5f5f5;
}
.login-other span{
	margin-right: 5px;
	color: #777;
    font-size: 12px;
    vertical-align: middle;
}
.login-other .login-qq i{
	font-size: 20px;
	color: #61bce9;
	vertical-align: -2px;
}
.login-other .login-reg{
	margin-left: 103px;
    font-size: 14px;
    color: #1e9fff;
}

.index-intro {
	/* max-width: 1000px; */
	margin: 30px auto;
    padding: 15px;
    line-height: 2em;
    font-size: 14px;
    color: #333;
    border: 1px dashed #009688;
    border-radius: 5px;
	text-align: justify;
}

.at{color:#4CAF50; margin-right:15px;}
/* ========================================================= */

@media screen and (min-width: 1200px) {
	.header .layui-nav .layui-nav-item * {
		font-size: 16px;
	}
	.reg-container {
		width: 850px;
		margin: 0 auto 20px;
	}
	
}

/* ========================================================= */

@media screen and (max-width: 640px) 
{
    
	.index-intro {
		margin: 15px 0;
	}
		
	#swiper1{ height:auto; margin-top:0px;}
	.b_img{ display:block;}
	.swiper-slide{ background-size: 100% 100%; }
	.pahebanner{ height:auto;background-size: 100% 100%; margin-top:60px;}
	.swiper-pagination-bullet{ width:10px; height:10px; background-size:100% 100%; margin:0 5px;}
	.swiper-container-horizontal > .swiper-pagination-bullets{ bottom:10px;}
	#swiper1 .swiper-slide{ background:none; }	
	
	.header-logo {
	    height: 40px;
	}
	.header .layui-nav {
		padding: 10px 0 5px;
	}
	.header .layui-nav .layui-nav-item {
	    line-height: 35px;
	}
	.header .layui-nav .layui-nav-item a {
		height: 35px;
    	padding: 0 9px;
	}
	.layui-form-label {
    	padding-left: 0;
	}
	.register {
	    padding-left: 0;
	    position: absolute;
	    top: -42px;
	    right: 0;
	}
	
	.register .layui-btn{
	    height: 30px;
	    line-height: 30px;
	    padding: 0 13px;
	}
	
	.reg-top {
	    height: 35px;
	    line-height: 40px;
	    text-align: left;
	    color: #798c8a;
	    font-size: 15px;
	}
	.reg-text {
	    padding: 15px 0;
	} 
	.reg-text, .reg-text span {
	    font-size: 12px;
	}
	
	.login-container {
		padding-top: 15px;
	}
	/* 首页 */
	.advantage h3, .index-muban h3, .service h3 {
	    padding: 30px 0;
	    font-size: 18px;
	    font-weight: bold;
	}
	.advantage-img img {
	    max-width: 80px;
	}
	.advantage-desc h4, .service-desc h4 {
	    font-size: 16px;
	}
	.bottom-btn {
		padding: 30px 0;
	}
	.bottom-btn .layui-btn-lg {
	    height: 38px;
	    line-height: 38px;
	    padding: 0 25px;
	    font-size: 14px;
	}
	.index-muban {
	}
	.index-muban .muban-item {
	    border: 10px solid #f5f5f5;
	}
	.index-muban .muban-item img {
	    width: 100%;
	    height: auto;
		min-height: 100px;
	}
	.muban h3, .member-service h3{
		padding: 20px 0;
		font-size: 16px;
		font-weight: bold;
	}
	.muban .muban-item {
		min-height: 150px;
		padding: 10px;
	    border: 10px solid #f5f5f5;
	}
	.muban .muban-item img {
	    width: 100%;
	    height: auto;
		min-height: 100px;
	}
	.service-img {
	    padding: 30px;
	}
	.pre-cover .layui-btn {
	    height: 30px;
	    line-height: 30px;
	    padding: 0 10px;
		font-size: 12px;
	}
	.member-service p {
	    padding: 0 0 20px;
	    line-height: 28px;
	    font-size: 14px;
	}
	.help-menu {
	    margin: 0;
		padding: 10px;
		overflow: hidden;
	}
	.help-menu li {
		float: left;
		width: 25%;
	}
	.help-body {
	    padding: 15px;
	}
	.help-body-bar {
    	margin: 0 0 10px;
    	padding: 0px 0 10px;
	}
	.help-menu li a {
   	    padding: 5px 5px;
	    text-align: center;
	    font-size: 15px;
	    text-decoration: underline;
	}
	.company-item {
	    margin: 0 0 10px;
	    padding: 15px 15px;
	}
	.company-right {
		padding: 10px 0 0;
	}
	.company-right .img-cont {
		height: 80px;
	}
	.footer {
	    padding: 10px 0 20px;
	}
	.footer-ul {
		padding: 5px 0 5px;
	}
	.head-title {
	    font-size: 16px;
	}
	.fuwu {
		padding: 10px 0 20px;
	}
	.news {
	    padding: 0;
	}
	.news-item {
	   	padding: 15px;
    	margin: 0 0 5px; 
	}
	.news-left {
		
	}
	.news-left h4 a {
		font-size: 16px;
	    min-height: 41px;
	    font-weight: 400;
	}
	.news-left p {
		display: none;
	}
	.news-left .news-info {
		font-size: 12px;
	}
	.news-left .news-info span {
		margin-right: 10px;
	}
	.news-right img {
		width: 105px;
    	height: 70px;
	}
	.common {
		padding: 10px 0;
	}
	.common-box {
	    padding: 5px 15px;
	}
	.common-title {
	    padding: 10px 0 0;
	}
	.bread-nav {
	    display: none;
	}
	.gray-body {
		padding: 5px 0 20px 0;
		background: none;
	}
	.detail-left {
		padding: 0;
		box-shadow: none;
	}
	.detail-right {
	    margin: 0 -15px 0 -15px;
	    box-shadow: none;
	    border-top: 10px solid #f5f5f5;
	}
	.news-content h1 {
		font-size: 24px;
	}
	.recommend-list li {
	    padding: 7px 0 7px;
	    border-bottom: 1px solid #eee;
	}
	.recommend-list h4 a {
		font-size: 16px;
	}
	.column {
		margin: -10px -15px 0;
    	border-radius: 0;
	}
	.muban {
		padding: 0 0 20px;
	}
	
	
	
	
	
}